body {
	color: rgba(0, 0, 0, 0.8);
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #151a2d;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #207bce;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.btn,
.btn:focus,
.btn:active {
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

.container_lg {
	width: 1400px;
}

/**/
.top {
	border-bottom: 1px solid #eee;
	line-height: 35px;
	font-size: 12px;
}

.header {
	z-index: 99;
	position: relative;
	background: #fff;
	width: 100%;
}
.header.on {
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.header.on .bb{
	display: none;
}
.header .bb{
	border-bottom: 1px solid #eee;
	padding: 25px 0;
}
.header .tel{
	font-size: 16px;
	padding-left: 70px;
	background: url(../images/home_06.png) left center no-repeat;
}
.header .tel dd{
	color: #ff6928;
	font-size: 28px;
	margin-top: 10px;
}
.navbar-default {
	background: none;
	border: none;
	margin: 0;
}
.header .navbar-default .navbar-nav{
	display: flex;
	float: none;
	text-align: center;
}
.header .navbar-default .navbar-nav li{
	flex: 1;
}
.header .navbar-default .navbar-nav>li>a {
	color: #333;
	line-height:50px;
	padding: 0;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	color: #ff6928;
	background: none;
}
.header .navbar-default .navbar-nav>.active>a::after{
	content: '';
	display: block;
	width: 70px;
	left: 50%;
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid #ff6928;
	transform: translate(-50%,0);
}

.footer {
	color: #fff;
	background: #323232;
}
.footer a {
	color: #fff;
}
.footer .a {
	padding: 30px 0;
	line-height: 30px;
}
.footer .a h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.footer .a .flex i{
	font-size: 22px;
	margin-right: 15px;
}
.footer .a .flex {
	margin-bottom: 10px;
}
.footer .a .form-control{
	background: none;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 0;
	resize: none;
}
.footer .a .btn{
	border-radius: 0;
	padding: 7px 25px;
	color: #333;
}
.footer .a .icon1{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/f_08.png) center no-repeat;
	margin: 10px 10px 0 0;
}
.footer .a .icon1:hover{
	background: url(../images/f_06.png) center no-repeat;
}
.footer .a .icon2{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/f_03.png) center no-repeat;
	margin: 10px 10px 0 0;
}
.footer .a .icon2:hover{
	background: url(../images/f_04.png) center no-repeat;
}
.footer .b {
	text-align: center;
	background: #207bce;
	padding: 25px 0;
	font-size: 16px;
}
.m_footer{
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #207bce;
	text-align: center;
	z-index: 99;
}
.m_footer a{
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
}
.m_footer a img{
	height: 20px;
}
.m_footer a p{
	margin: 5px 0 0;
}
.searchbar{
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	background: #f5f5f5;
}
.searchbar a{
	display: inline-block;
	margin-right: 10px;
}
.searchbar .btn{
	background: #1c76c9;
	color: #fff;
	border: 1px solid #1c76c9;
}
.rightside {
	position: fixed;
	z-index: 99;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	width: 48px;
}
.rightside li{
	position: relative;
}
.rightside li p,.rightside li img{
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}
.rightside li:hover p,.rightside li:hover img{
	display: block;
}
.rightside li p {
	background:#0055a3;
	border-radius: 5px;
	width: 150px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
}
.rightside li img{
	border: 1px solid #ddd;
	width: 130px;
}
.rightside a {
	display: block;
	border-radius: 50%;
	height: 48px;
	line-height: 48px;
	margin: 2px 0;
	background: rgba(0, 0, 0, 0.5);
}
.totop{
	display: none;
}
.rightside a i {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background-image: url(../images/home_03_03.png);
	background-repeat: no-repeat;
}

.rightside a .icon2 {
	background-position: 0 -49px;
}

.rightside a .icon3 {
	background-position: 0 -99px;
}
.rightside a .icon4 {
	background-position: 0 -150px;
}
.rightside a .icon5 {
	background-position: 0 -180px;
}
.rightside li:hover a{
	background: #0055a3;
}

/**/
.homepage .e .bd{
	position: relative;
}
.homepage .e .bd a{
	display: block;
	background: #f2f3f9;
}
.homepage .e .bd img{
	width: 100%;
}
@media screen and (min-width:1200px){
	.homepage .e .bd .pic{
		width: 380px;
		height:264px;
		overflow:hidden;
		text-align:center;
	}
	.homepage .e .bd img{
		width:auto;
		max-width:100%;
		margin:0 auto;
	}
}
.homepage .e .bd dl{
	padding: 15px ;
}
.homepage .e .bd dl dt{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.homepage .e .bd dl p{
	color: #888;
	margin: 10px 0;
	height: 48px;
	overflow: hidden;
}
.homepage .g a{
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.homepage .g a:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.homepage .g a img{
	max-width: 100%;
}
@media screen and (min-width:1200px){
	.homepage .g a img{
	max-width: 100%;
	width:278px;
	height:144px;
    }
}
.homepage .I .bd{
	border: 1px solid #ddd;
	margin: 40px 0;
	padding: 20px;
}
.homepage .I .flex{
	padding-bottom: 15px;
	border-bottom: 2px solid #0055a3;
	color: #666;
	padding-top: 10px;
}
.homepage .I .flex span{
	color: #0055a3;
	font-size: 20px;
	padding-right: 5px;
}
.homepage .I .col-lg-3:hover,.homepage .I .col-lg-6:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.homepage .I .col-lg-3 li{
	line-height: 42px;
	border-bottom: 1px dashed #ddd;
}
.homepage .I .col-lg-6 li{
	line-height: 36px;
	display: flex;
}
.homepage .I .col-lg-6{
	min-height: 528px;
}
.homepage .I .col-lg-6 li a{
	flex:1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.homepage .I .col-lg-6 .media{
	margin: 20px 0;
}
.homepage .I .col-lg-6 .media-object{
	border: 1px solid #ddd;
	width: 153px;
	height: 129px;
}
.homepage .I .col-lg-6 h4{
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.homepage .I .col-lg-6 p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.homepage .I .col-lg-6 p a{
	color: #207bce;
}
.homepage .I .col-lg-3 dl{
	padding: 13px 0;
	border-bottom: 1px dashed #ddd;
}
.homepage .I .col-lg-3 dt,.homepage .I .col-lg-3 dd{
	padding-left: 25px;
	position: relative;
}
.homepage .I .col-lg-3 dl span{
	font-size: 12px;
	display: inline-block;
	color: #fff;
	background: #ff6500;
	line-height: 18px;
	padding: 0 3px;
	position: absolute;
	left: 0;
	top: 1px;
}
.homepage .I .col-lg-3 dl dd{
	margin-top: 10px;
	color: #999;
}
.homepage .I .col-lg-3 dl dd span{
	background: #013b8d;
}

.homepage .I .col-lg-3 a dt{
	color: #207bce;
}
.homepage .I .col-lg-3 a dd{
	color: #999;
}
.homepage .I .col-lg-3 a:hover dt,.homepage .I .col-lg-3 a:hover dd{
	color: #207bce;
	text-decoration:none;
}
.homepage .I li:hover a{
	text-decoration: underline;
}
.homepage .I .col-lg-3 li:hover a{text-decoration:none;}
.swiper-button-next, .swiper-button-prev{
	width: 30px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 20px;
}
.swiper-button-next {
	right: -60px;
}
.swiper-button-prev{
	left: -60px;
}
.homepage .a .b_t .swiper-button-next{
	right: 0;
	background: none;
	color: #666;
}
.homepage .a .b_t .swiper-button-prev{
	left: 0;
	background: none;
	color: #666;
}
.homepage .a .swiper-button-next:after,.homepage .a  .swiper-button-prev:after{
	font-size: 26px;
}
/**/

.banner_pro {
	height: 300px;
	background: url(../images/2_02.jpg) center no-repeat;
	text-align: center;
	color: #fff;
	line-height: 300px;
	font-size: 36px;
	text-transform: uppercase;
}
.banner_pro-1{
	background: url(../images/3_02.jpg) center no-repeat;
}
.infopage {
	padding: 20px 0 40px;
}

.infopage .left {
	float: left;
	width: 240px;
}

.infopage .left .title {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 74px;
	background: url(../images/2_05.jpg) center no-repeat;
}

.infopage .left ul {
	border-bottom: 5px solid #e9e9e9;
}

.infopage .left .ul1 {
	margin-bottom: 30px;
}

.infopage .left .ul1>li>a {
	display: block;
	line-height: 60px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
	padding-left: 23px;
	font-size: 16px;
	background: url(../images/2_09.png) 94% 25px no-repeat;
}

.infopage .left .ul1>li>a:hover,.infopage .left .ul1>li>a.on {
	background: url(../images/2_09.png) 94% -33px no-repeat #207bce;
	color: #fff;
}

.infopage .left .ul1>li ul {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	display: none;
}

.infopage .left .ul1>li ul li a {
	display: block;
	line-height: 50px;
	padding-left: 23px;
}

.infopage .left .ul1>li ul li:hover>a,.infopage .left .ul1>li ul li.on>a {
	background: #207bce;
	color: #fff;
}

.infopage .left .title1 {
	line-height: 57px;
}
.infopage .left .ul2{
	border: 1px solid #e9e9e9;
	    border-bottom: 5px solid #e9e9e9;
}
.infopage .left .ul2 li {
	padding: 15px;
	line-height: 24px;
}

.infopage .right {
	float: right;
	width: 900px;
}
.infopage .right>.title{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 20px;
}
.infopage .right>.title span{
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 2px solid #ff6928;
}
.bread {
	background: url(../images/4_03.png) left 2px no-repeat;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	font-size: 12px;
	padding-left: 25px;
	margin-bottom: 20px;
}

/**/
.producutitem h1 {
	text-align: center;
	font-size: 24px;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.producutitem h4 {
	text-align: center;
	font-size: 12px;
	color: #999;
}

.producutitem .a {
	padding: 20px 0;
}

.producutitem .a .swiper-slide a {
	display: block;
	border: 1px solid #ddd;
	width: 99%;
}

.producutitem .a .swiper-slide img {
	width: 100%;
}

.producutitem .a ul li {
	border-top: 1px dashed #ddd;
	padding: 15px 0;
}

.producutitem .a ul li:first-child {
	border: none;
	padding-top: 0;
}

.producutitem .a ul li a {
	color: #207bce;
}

.producutitem .b .title {
	color: #207bce;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.producutitem .b h3 {
	font-size: 16px;
	font-weight: bold;
}

.producutitem .b p,
.producutitem .b ul {
	line-height: 32px;
	color: #666;
}

.producutitem .d {
	font-size: 16px;
}

.producutitem .c {
	padding: 15px 0;
	font-size: 16px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

.producutitem .c a {
	color: #1c9cf5;
}

.producutitem .e {
	border: 1px solid #ddd;
	margin-top: 20px;
}

.producutitem .e .title {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	color: #207bce;
	border-left: 8px solid #207bce;
	padding: 15px;
}
.producutitem .e .row{
	margin: 0 -7px;
}
.producutitem .e .col-lg-3{
	padding: 0 7px;
}
.producutitem .e .bd {
	padding: 15px 15px 5px;
	text-align: center;
}
.producutitem .e img{
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.producutitem .e p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.producutitem .e a{
	display: block;
}
/**/
.productlist h1{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
}
.productlist .row {
	text-align: center;
	font-size: 16px;
	margin: 0 -10px;
}

.productlist .row .col-lg-4 {
	padding: 0 10px;
}

.productlist .row a {
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	position: relative;
}
.productlist .row a .m{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: url(../images/10_03.png) center no-repeat rgba(0,0,0,0.5);
}
.productlist .row a img {
	width: 100%;
}
.productlist .row a:hover {
	border: 1px solid #0080cf;
}
.productlist .row a:hover .m{
	display: block;
}
.productlist .row p{
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pagination>li>a,
.pagination>li>span {
	color: #666;
	margin: 0 5px;
	background: #dcdcdc;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #207bce;
	border: 1px solid #207bce;
}
.team .row a{
	padding: 5px;
	margin-bottom: 10px;
}
.team .row a:hover img{
	opacity: 0.7;
}
.team .row p{
	padding: 7px 0;
	background: #e7e7e7;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/**/
.newspage li{
	padding: 30px 15px;
	border-bottom: 1px solid #ddd;
}
.newspage li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.newspage li:hover a{
	color: #207bce;
}
.newspage li .pic{
	width: 200px;
	margin-right: 20px;
}
.newspage li .pic img{
	width: 100%;
}
.newspage li h4{
	font-size: 18px;
	margin-top: 0;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.newspage li h5{
	margin: 15px 0;
	font-size: 12px;
	color: #999;
}
.newspage li p{
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/**/
.aboutus {
	line-height: 30px;
}

.aboutus p {
	margin: 0;
	text-indent: 2em;
	
}
.aboutus img{
	max-width: 100%;
	display: block;
	margin: 30px auto 0;
}

/**/
.casepage .row{
	margin: 0 -7px;
}
.casepage .col-lg-4{
	padding: 0 7px;
}
.homepage .e .bd .btn{
	border: 1px solid #ddd;
	padding: 5px 20px;
	color: #999;
	background: none;
	border-radius: 0;
}
.homepage .e .bd a:hover .btn{
	background: #2c90ec;
	color: #fff;
	border: 1px solid #2c90ec;
}
.casepage .e .bd a{
	margin-bottom: 14px;
}

/**/
.infopage .left .ul1-1>li>a,.infopage .left .ul1-1>li>a:hover, .infopage .left .ul1-1>li>a.on{
	background-image: none;
}
.infopage .left ul.ul3{
	text-align: center;
	font-size: 16px;
	border: none;
	padding-bottom: 20px;
}

.infopage .left ul.ul3 li p{
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow:ellipsis;
	background: #e7e7e7;
	line-height: 32px;
	white-space: nowrap;
}
.infopage .left ul.ul3 img{
	width: 100%;
	border: 1px solid #ddd;
}
.infopage .left ul.ul3 li:hover img{
	opacity: 0.7;
	border: 1px solid #207bce;
}
/**/
.download li{
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.download h3{
	margin-top: 0;
	margin-bottom: 20px;
	color: #666;
}
.download h3 span{
	display: inline-block;
	color: #000;
	margin-right: 25px;
}
.download .media-object{
	width: 200px;
	height: 145px;
	margin-right: 20px;
}
.download li:first-child{
	padding-top: 0;
}
.download li h4 a{
	color: #0080cf;
	font-size: 18px;
}
.download li p{
	font-size: 16px;
	margin: 15px 0;
}
/**/
.contentus {
	padding: 0 0 30px;
}
.contentus img{
	max-width: 100%;
	margin-bottom: 20px;
}
.contentus ul{
	padding: 0 0 30px;
}
.contentus li {
	line-height: 26px;
}
.contentus .a{
	background: url(../images/15_07.jpg) right center no-repeat;
}

/**/
.message {
	padding: 30px 0;
}

.message h2 {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}

.message p {
	text-align: center;
	font-size: 16px;
	color: #666;
}

.message input {
	height: 48px;
	border-radius: 0;
	background: none;
	font-size: 16px;
	margin-top: 20px;
	box-shadow: none;
}

.message textarea {
	border-radius: 0;
	background: none;
	font-size: 16px;
	box-shadow: none;
	margin-top: 20px;
	height: 180px;
	resize: none;
}

.message .btn {
	background: #207bce;
	border: 1px solid #207bce;
	color: #fff;
	padding: 10px 50px;
	margin: 30px 10px 0 0;
}
.message .btn-d{
	background: #343434;
	border: 1px solid #343434;
}
/**/

.infopage .left .pro {
	text-align: center;
	margin: 15px 0 30px;
}

.infopage .left .pro img {
	width: 100%;
}

.infopage .left .swiper-button-next,
.infopage .left .swiper-button-prev {
	background: none;
}

.infopage .left .swiper-button-next {
	text-align: right;
	right: 0;
}

.infopage .left .swiper-button-prev {
	left: 0;
}

.newslist li {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.newslist li p {
	margin: 15px 0 0;
	line-height: 28px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newslist li .flex_item {
	font-size: 16px;
	font-weight: bold;
}
.newslist li a:hover p {
	color: #207bce;
}
.faq li .flex_item{
	font-weight: normal;
	color: #207bce;
	font-size: 18px;
	position: relative;
	padding-left: 30px;
}
.faq li p{
	position: relative;
	padding-left: 30px;
}
.faq li span{
	display: inline-block;
	line-height: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 12px;
	background: #ff6600;
	padding: 0 3px;
}
.faq li p span{
	background: #003b8d;
}
/**/
.producutitem .f{
	padding: 15px 0 30px;
}
.producutitem .f p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
.producutitem .f img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.producutitem .f h3{
	font-size: 16px;
	font-weight: bold;
}
.scroll{
	height: 465px;
	overflow: hidden;
}
.producutitem .formbox{
	margin: 30px 0;
}
.producutitem .formbox .flex{
	padding: 7px 10px;
	background: #cbcbcb;
}
.producutitem .formbox td{
	padding: 15px 15px 0 0;
}
.producutitem .formbox td:first-child{
	width: 150px;
	text-align: right;
}
.producutitem .formbox .red{
	color: red;
}
.producutitem .formbox p{
	margin-top: 10px;
}
.producutitem .formbox .btn{
	padding: 6px 20px;
	margin: 10px 10px 0 0;
}
.producutitem .formbox .btn-pramiy{
	background: #00519d;
	color: #fff;
	border: 1px solid #00519d;
}
/**/
.homepage .h{
	font-size: 16px;
	padding: 30px 0;
}
.homepage .h b{
	color: #207bce;
}
.homepage .h a{
	display: inline-block;
	margin-left: 20px;
}
.homepage .title {
	text-align: center;
	position: relative;
	padding: 80px 0 50px;
}
.homepage .title span{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 98px;
	font-weight: bold;
	opacity: 0.04;
	line-height: 98px;
	width: 80%;
	margin-top: 15px;
	z-index: 0;
	transform: translate(-50%,-50%);
}
.homepage .title h2 {
	margin: 0;
	font-size: 32px;
	position: relative;
	z-index: 2;
}
.homepage .title h4 {
	color: #666;
	margin: 20px 0 0;
	font-size: 16px;
	position: relative;
	z-index: 2;
}
.homepage .a .left{
	border: 1px solid #eee;
	background: #f9f9f9;
	height: 825px;
}
.homepage .a .left dl{
	background: #1c76c9;
	color: #fff;
	padding: 30px 20px;
	color: #fff;
}
.homepage .a .left dl dt{
	font-weight: bold;
	font-size: 20px;
}
.homepage .a .left dl dd{
	font-size: 24px;
	background: url(../images/home_04.png) right center no-repeat;
	line-height: 26px;
	margin-top: 15px;
}
.homepage .a .left ul{
	margin: 0 15px;
	background: #fff;
	padding: 15px;
}
.homepage .a .left ul li{
	border: 1px solid #eee;
	margin-bottom: 15px;
	line-height: 40px;
}
.homepage .a .left ul li a{
	display: block;
	padding-left: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	background: url(../images/home_11.png) 15px 15px no-repeat;
}
.homepage .a .left ul li:hover{
	border: 1px solid #1c76c9;
}
.homepage .a .left ul li:hover a{
	color: #1c76c9;
	background: url(../images/home_11.png) 15px -42px no-repeat;
}
.homepage .a .right .flex{
	background: #cfcfcf;
	font-size: 16px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.homepage .a .right .flex .nav-tabs{
	border: none;
	font-size: 20px;
}
.homepage .a .right .flex .nav-tabs>li>a{
	padding: 0 50px;
	border-radius: 0;
	line-height: 60px;
	margin: 0;
}
.homepage .a .right .nav-tabs>li.active>a, 
.homepage .a .right .nav-tabs>li.active>a:focus, 
.homepage .a .right .nav-tabs>li.active>a:hover{
	border: none;
	background: #1c76c9;
	color: #fff;
}
.homepage .a .right .gallery-top{
	height: 460px;
}
.homepage .a .right img{
	width: 100%;
	border: 1px solid #ddd;
}
.homepage .a .right .gallery-thumbs{
	text-align: center;
	font-size: 16px;
}
.homepage .a .right .gallery-thumbs p{
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
	line-height: 250px;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.5);
}
.homepage .a .right .gallery-thumbs .swiper-slide:hover p{
	display: block;
}
.homepage .a .right .col-lg-6 li{
	font-size: 20px;
	margin-bottom: 20px;
}
.homepage .a .right .btn{
	width: 107px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin-top: 30px;
	border-radius: 0;
	background: #1c76c9;
}
.homepage .a .b_t{
	position: relative;
	padding: 0 45px;
}
.homepage .b img{
	width: 100%;
}
.homepage .b .inner{
	position: relative;
	cursor: pointer;
}
.homepage .b .inner.isvideo::after{
	content: '';
	display: block;
	width: 90px;
	height:90px;
	background: url(../images/v_03.png) center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.homepage .b .pic .n::after{
	display: none;
}
.homepage .b .pic span{
	display: block;
	position: absolute;
	width: 87px;
	height: 110px;
	text-align: center;
	color: #fff;
	background: #0055a3;
	left: 20px;
	top: -45px;
	font-size: 42px;
	font-weight: bold;
	padding-top: 20px;
}
.homepage .b .pic span::after{
	content: '';
	display: block;
	width: 46px;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
}
.homepage .b .space{
	width: 60px;
}
.homepage .b .bd{
	overflow: hidden;
}
.homepage .b .flex:nth-child(even) .pic span{
	left: auto;
	right: 20px;
}
.homepage .b dt{
	font-size: 36px;
	font-weight: bold;
	color: #207bce;
	margin-bottom: 30px;
}
.homepage .b .flex{
	margin-top: 80px;
}
.homepage .b li{
	line-height: 26px;
	background: url(../images/home_38.png) left 8px no-repeat;
	padding-left: 25px;
	margin-top: 15px;
}
.homepage .c {
	background: #f2f3f9;
	margin-top: 80px;
	padding-bottom: 30px;
}
.homepage .c p{
	line-height: 30px;
	color: #666;
	margin-top: -5px;
}
.homepage .c .pic .inner{
	position: relative;
	cursor: pointer;
}
.homepage .c .pic .inner::after{
	content: '';
	display: block;
	width: 90px;
	height:90px;
	background: url(../images/v_03.png) center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.homepage .c .btn{
	color: #333;
	border: 1px solid #333;
	border-radius: 0;
	padding: 10px 30px;
}
.homepage .d .nav-tabs{
	border: none;
	margin-bottom: 50px;
}
.homepage .d .nav-tabs>li{
	width: 16.666%;
	text-align: center;
	font-size: 16px;
	margin: 0;
}

.homepage .d .nav-tabs>li i{
	display: block;
	width: 55px;
	height: 53px;
	margin: 0 auto 15px;
	background-image: url(../images/home_60.png);
	background-repeat: no-repeat;
}
.homepage .d .nav-tabs>li>a{
	margin: 0;
	border: none;
	border-left: 1px solid #ddd;
	background: none;
}
.homepage .d .nav-tabs>li:first-child>a{
	border: none;
}
.homepage .d .nav-tabs>li.active>a,
.homepage .d  .nav-tabs>li.active>a:focus,
 .homepage .d .nav-tabs>li.active>a:hover{
	 color: #0055a3;
 }
 .homepage .d .nav-tabs>li.active>a i,
 .homepage .d  .nav-tabs>li.active>a:focus i,
  .homepage .d .nav-tabs>li.active>a:hover i{
 	background-image: url(../images/home_61.png);
  }
.homepage .d .nav-tabs>li .icon2{
	background-position: -202px 0;
}
.homepage .d .nav-tabs>li .icon3{
	background-position: -403px 0;
}
.homepage .d .nav-tabs>li .icon4{
	background-position: -602px 0;
}
.homepage .d .nav-tabs>li .icon5{
	background-position: -801px 0;
}
.homepage .d .nav-tabs>li .icon6{
	background-position: -1002px 0;
}
.homepage .d .bd {
	position: relative;
}
.homepage .d .bd img{
	width: 100%;
}
.homepage .d .bd dl{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,85,163,0.6);
	color: #fff;
	padding: 20px;
}
.homepage .d .bd dl dd{
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.homepage .d .bd dl dt{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.homepage .a_1{
	text-align: center;
	height: 182px;
	color: #fff;
	font-weight: bold;
	font-size: 33px;
	line-height: 63px;
	margin: 30px 0 0;
	padding-top: 30px;
	background: url(../images/home_32.jpg) center no-repeat;
}
.homepage .a_1 span{
	color: #fbea00;
}
.homepage .f .bd{
	position: relative;
	background: url(../images/bg_03.jpg) center no-repeat;
	height: 290px;
	padding: 55px 50px 0;
	text-align: center;
	font-size: 16px;
	margin-top: 60px;
}
.homepage .f .bd .pic{
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
}
.homepage .f .bd .pic img{
	width: 100%;
}
.homepage .f_1{
	height: 199px;
	margin-top: 80px;
	text-align: center;
	color: #fff;
	padding-top: 40px;
	background: url(../images/home_94.jpg) center no-repeat;
}
.homepage .f_1 .container>b{
	font-size: 34px;
	display: inline-block;
	vertical-align: middle;
}
.homepage .f_1 .container>b span{
	color: #fbea00;
	font-size: 40px;
}
.homepage .f_1 .container .tel{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/t_03.png) left center no-repeat;
	padding-left: 35px;
	font-size: 17px;
	margin-left: 20px;
}
.homepage .f_1 .container .tel b{
	font-size: 24px;
}
.swiper-container_h .swiper-pagination_h{
	background: #6f6f6f;
	bottom: 0;
	padding: 15px 0;
}
.swiper-container_h  .swiper-pagination-bullet{
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 0;
	background: #363636;
	color: #fff;
	opacity: 1;
}
.swiper-container_h  .swiper-pagination-bullet-active{
	background: #1c76c9;
}
.swiper-container4 .swiper-pagination{
	background: rgba(0,0,0,0.5);
	bottom: 0;
	padding: 5px 0;
}
.swiper-container4  .swiper-pagination-bullet{
	background: #fff;
}



@media screen and (min-width:981px) and (max-width:1200px) {
	.infopage .right {
		width: 70%;
	}

	.infopage .left {
		width: 26%;
	}

	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 80px;
	}

	.header .logo {
		line-height: 80px;
	}

	.header {
		height: auto;
	}

	.logo img {
		width: 110px;
	}
}

@media screen and (min-width:769px) and (max-width:980px) {

	.logo img {
		width: 110px;
	}

	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 80px;
	}

	.header .logo {
		line-height: 80px;
	}

	.header {
		height: auto;
	}

	.infopage .right {
		width: 70%;
	}

	.infopage .left {
		width: 26%;
	}

	.footer .left img {
		width: 110px;
	}

	.footer .left p {
		font-size: 20px;
	}

	.footer .a .center {
		padding: 0;
	}
}

@media (max-width:768px) {
	.header .logo {
		line-height: 50px;
		padding-left: 15px;
	}
	.header {
		height: auto;
	}
	.header .navbar-default .navbar-nav>li>a {
		line-height: 40px;
		height: auto;
		font-size: 14px;
	}
	.header .navbar-default .navbar-nav{
		display: block;
	}
	.banner_pro {
		background-size: auto 100%;
		height: 200px;
		line-height: 200px;
		font-size: 24px;
	}
	.searchbar .flex{
		display: block;
	}
	.searchbar .input-group{
		margin-top: 10px;
	}
	.rightside{
		display: none;
	}
	.logo img {
		width: 200px;
	}

	.infopage .right,
	.infopage .left {
		width: 100%;
		float: none;
	}

	.infopage .left,
	.top {
		display: none;
	}

	.newsitem .hd h4 .dnb {
		margin: 10px 0 0;
	}

	.aboutus li {
		background: url(../images/2_13.jpg) left 14px no-repeat;
	}

	.aboutus li .flex {
		align-items: stretch;
	}

	.newslist li .flex {
		display: block;
	}

	.newslist li .data {
		margin-top: 10px;
	}

	.aboutus_1 li {
		background: none;
	}


	.producutitem .c {
		line-height: 30px;
		font-size: 14px;
	}
.producutitem .c .text-right{
	text-align: left;
}
.producutitem h1{
	font-size: 18px;
}
.producutitem .e .title,.contentus .title{
	font-size: 16px;
}
.producutitem .f h3,.producutitem .b h3,.aboutus p,.contentus li,.newspage li h4{
	font-size: 14px;
}
.producutitem .f p{
	font-size: 13px;
}
.producutitem .a ul{
	margin-top: 15px;
}
.producutitem .d{
	margin-top: 15px;
	font-size: 14px;
}
.download .media-body,.download  .media-left,.download  .media-right{
	display: block;
	padding: 0;
}
.download .media-object{
	margin: 0;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}


.download h3{
	line-height: 24px;
}
.newspage li{
	padding: 15px 0;
}
.newspage li .pic{
	width: 110px;
}
.newspage li h5{
	margin: 5px 0;
}
.newspage li p{
	-webkit-line-clamp: 1;
	margin: 0;
}

.productlist .row p{
	font-size: 14px;
}
.productlist .row a{
	margin-bottom: 10px;
}
	
	.m_footer{
		display: flex;
	}
	body{
		padding-bottom: 52px;
	}
	.producutitem .formbox table,.producutitem .formbox  tr,.producutitem .formbox td,.producutitem .formbox  tbody{
		display: block;
		width: 100%;
	}
	.producutitem .formbox td:first-child{
		width: 100%;
		text-align: left;
	}
	.contentus .a{
		background: none;
	}
	
	.homepage .a .left dl{
		padding: 15px;
	}
	.homepage .a .left dl dd{
		font-size: 18px;
		margin-top: 10px;
	}
	.homepage .b .flex{
		display: block;
		margin-top: 50px;
	}
	.homepage .b dt{
		font-size: 18px;
		margin-top: 15px;
	}
	.homepage .b dd{
		font-size: 14px;
		margin: 10px 0;
	}
	.homepage .c dt{
		margin-top: 15px;
	}
	.homepage .d .nav-tabs>li{
		width: 33.333%;
		font-size: 13px;
	}
	.homepage .d .nav-tabs>li>a{
		border-left: none;
	}
	.homepage .h{
		display: none;
	}
	.homepage .e .row a{
		padding: 20px 0;
	}
	.homepage .d .bd dl{
		position: static;
	}
	.homepage .title{
		padding: 30px 0 15px;
	}
	.homepage .title h4{
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}
	.homepage .title h2{
		font-size: 24px;
	}
	.homepage .a .right{
		margin-top: 30px;
	}
	.homepage .title span{
		font-size: 30px;
	}
	.homepage .a .right .flex{
		font-size: 14px;
	}
	.homepage .a .right .gallery-top{
		height: auto;
	}
	.homepage .a .right .btn{
		margin: 15px 0 ;
	}
	.homepage .a .right .col-lg-6 li{
		font-size: 14px;
		margin: 10px 0 0;
	}
	.homepage .a .right .flex .nav-tabs>li>a{
		font-size: 14px;
		padding: 0 20px;
	}
	.homepage .a_1,.homepage .f_1 .container>b{
		font-size: 22px;
	}
	.homepage .c p{
		margin: 10px 0;
		line-height: 24px;
		font-size: 12px;
	}
	.homepage .c .btn{
		margin-bottom: 20px;
	}
	.homepage .I .col-lg-6 .media-object{
		width: 110px;
		height: auto;
	}
	.swiper-button-next{
		right: 0;
	}
	.swiper-button-prev{
		left: 0;
	}
}

@media (min-width:992px){
	.tanchuang{ position:fixed; right: 10px; bottom: 10%; z-index: 21474837; padding-bottom: 90px; width: 142px; background: url(../images/icon/tanchuang_bg.png) no-repeat bottom #e1e2e2; border:solid 1px #015bab; border-radius: 5px; }
	.tanchuang .esc{ position: absolute; left: -25px; top: 0; z-index: 1 ;width:20px; height: 20px; font-family: '宋体'; font-size: 14px; color: #fff; line-height: 20px; cursor: pointer; background: #015bab; border-radius: 50%; }
	.tanchuang .esc:hover{ background: #009a43; }
	.tanchuang .biaoti{ font-size: 16px;color: #fff; line-height: 43px; background: #015bab; }
	.tanchuang .fenxiang{ padding-top: 20px; }
	.tanchuang .fenxiang .tel{ margin-bottom: 20px; }
	.tanchuang .fenxiang .tel .icon{ height: 40px; font-size: 0; line-height: 40px; }
	.tanchuang .fenxiang .tel .textbox{ font-size: 16px; color: #015bab; font-weight:bold; line-height: 24px; }
	.tanchuang .fenxiang .qq{ margin-bottom: 20px; }
	.tanchuang .fenxiang .qq .icon{ height: 40px; font-size: 0; line-height: 40px; }
	.tanchuang .fenxiang .qq .textbox{ color: #015bab; line-height: 24px; }
	.tanchuang .fenxiang .ewm{ margin:0 auto; max-width: 90px; }
	.tanchuang .fenxiang .ewm img{ max-width: 100%; }
	.tanchuang .fenxiang .ewm .textbox{ margin-top: 10px; }
	.tanchuang.active{ right:-142px; }
	.tanchuang.active .esc:before{ content: "在线咨询"; position: absolute; left:50%; top: 30px; z-index: 1; margin-left:-12px; padding:5px; width: 24px; font-size: 12px; color: #fff; line-height: 18px; text-align: center; background: #015bab; border-radius: 5px; transition: all 0.3s; }
	.tanchuang.active .esc:hover:before{ background: #009a43; }
}